home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / rocketbike.swf / scripts / DefineButton2_391 / BUTTONCONDACTION on(keyPress 1).as next >
Encoding:
Text File  |  2005-07-13  |  118 b   |  10 lines

  1. on(keyPress "1"){
  2.    with(_root)
  3.    {
  4.       if(cheat > 3)
  5.       {
  6.          damagebike(1,200);
  7.       }
  8.    }
  9. }
  10.